projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5f61f40
)
fontsel: Add a deprecation note in the constructor docs
author
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 3 May 2012 07:07:13 +0000
(08:07 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Thu, 3 May 2012 07:07:13 +0000
(08:07 +0100)
To match the compiler attribute, otherwise the introspection scanner
will not pick up the deprecation.
gtk/deprecated/gtkfontsel.c
patch
|
blob
|
history
diff --git
a/gtk/deprecated/gtkfontsel.c
b/gtk/deprecated/gtkfontsel.c
index c0835c2cd253818eb4fced2a52ecd8c0dc6078eb..15a311d7461911c3405d6147123121e1e1becbd0 100644
(file)
--- a/
gtk/deprecated/gtkfontsel.c
+++ b/
gtk/deprecated/gtkfontsel.c
@@
-610,7
+610,9
@@
gtk_font_selection_init (GtkFontSelection *fontsel)
*
* Creates a new #GtkFontSelection.
*
- * Return value: a n ew #GtkFontSelection
+ * Return value: a new #GtkFontSelection
+ *
+ * Deprecated: 3.2: Use #GtkFontChooserWidget instead
*/
GtkWidget *
gtk_font_selection_new (void)